projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69b50f5
)
* lisp/progmodes/sql.el (sql-product-alist): Doc tweak
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 14 Jan 2017 16:50:11 +0000
(11:50 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 14 Jan 2017 16:50:11 +0000
(11:50 -0500)
`:sqli-comint-func' does not have to be a symbol.
lisp/progmodes/sql.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/sql.el
b/lisp/progmodes/sql.el
index 3bbe42bd9df7d8896668353f907d204bdd994632..78ae37a5a67ef1dd6d708e06a64b3ff5cdd4e41f 100644
(file)
--- a/
lisp/progmodes/sql.el
+++ b/
lisp/progmodes/sql.el
@@
-551,7
+551,7
@@
may be any one of the following:
database and server) needed to connect to
the database.
- :sqli-comint-func
name of a
function of two arguments, PRODUCT
+ :sqli-comint-func function of two arguments, PRODUCT
and OPTIONS, that will open a comint buffer
and connect to the database. PRODUCT is the
first argument to be passed to `sql-comint',